summaryrefslogtreecommitdiff
path: root/app/[lng]/evcp/(evcp)
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-09-23 02:44:05 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-09-23 02:44:05 +0000
commitda00bbf203534b2663289d6fe45b6ed8663e7e11 (patch)
tree859f0444b679807b1cc1b223aac4989958641d01 /app/[lng]/evcp/(evcp)
parentc8e93fad9b1f3b1e4d99b23fc3d99dd5f463742a (diff)
(최겸) 구매 인포메이션, 공지사항 수정
Diffstat (limited to 'app/[lng]/evcp/(evcp)')
-rw-r--r--app/[lng]/evcp/(evcp)/information/page.tsx4
-rw-r--r--app/[lng]/evcp/(evcp)/rfq-last/page.tsx2
2 files changed, 3 insertions, 3 deletions
diff --git a/app/[lng]/evcp/(evcp)/information/page.tsx b/app/[lng]/evcp/(evcp)/information/page.tsx
index c87471ae..8a6d348b 100644
--- a/app/[lng]/evcp/(evcp)/information/page.tsx
+++ b/app/[lng]/evcp/(evcp)/information/page.tsx
@@ -9,7 +9,7 @@ import { InformationButton } from "@/components/information/information-button"
import { useTranslation } from "@/i18n"
export const metadata: Metadata = {
- title: "인포메이션 관리",
+ title: "안내사항 관리",
description: "페이지별 도움말 및 첨부파일을 관리합니다.",
}
@@ -39,7 +39,7 @@ export default async function InformationPage({ params }: InformationPageProps)
<div>
<div className="flex items-center gap-2">
<h2 className="text-2xl font-bold tracking-tight">
- 인포메이션 관리
+ 안내사항 관리
</h2>
<InformationButton pagePath="/evcp/information" />
</div>
diff --git a/app/[lng]/evcp/(evcp)/rfq-last/page.tsx b/app/[lng]/evcp/(evcp)/rfq-last/page.tsx
index 0297c4f9..af5a8d95 100644
--- a/app/[lng]/evcp/(evcp)/rfq-last/page.tsx
+++ b/app/[lng]/evcp/(evcp)/rfq-last/page.tsx
@@ -84,7 +84,7 @@ export default async function RfqPage(props: RfqPageProps) {
<h2 className="text-2xl font-bold tracking-tight">
견적목록관리
</h2>
- <InformationButton pagePath="rfq" />
+ <InformationButton pagePath="evcp/rfq-last" />
</div>
</div>